From 67da8e5409fb19613081979710e5864f84c0b9b5 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Mon, 7 Sep 2020 01:52:22 +0200 Subject: [PATCH] debian/control: remove XS-Python-Version Lintian complains: W: xen source: python-version-current-is-deprecated XS-Python-Version N: N: The use of "current" in the Python-Version or Python3-Version field is N: deprecated. N: N: Refer to Debian Python Policy section 3.4 (Specifying Supported N: Versions) for details. N: N: Severity: warning N: N: Check: languages/python So, drop it. We could replace it with X-Python3-Version, but that documentation says... "The optional X-Python3-Version field specifies the versions of Python 3 supported. When not specified, it defaults to all currently supported Python 3 versions." ...and I think that's fine for the python code included here. Actually, I'm not sure, but yolo. Signed-off-by: Hans van Kranenburg --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index cebcb37871..f30956057f 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,6 @@ Build-Depends: markdown, ocaml-native-compilers | ocaml-nox, ocaml-findlib, -XS-Python-Version: current Homepage: https://xenproject.org/ Vcs-Browser: https://salsa.debian.org/xen-team/debian-xen Vcs-Git: https://salsa.debian.org/xen-team/debian-xen.git -- 2.30.2